Get Queue Items
Retrieves a list of transactions from an indicated queue
Input
- Queue Name: The name of the queue to get items from
- Type:
System.String - Required
- Type:
- Queue Item States: Filter items by state.
- Type:
System.String - Required
- Type:
Options
- Reference: Filter items by reference
- Type:
System.String
- Type:
- From: Filters items by minimum creation date
- Type:
System.DateTime
- Type:
- To: Filters items by maximum creation date
- Type:
System.DateTime
- Type:
Output
- Queue Items: Queue items retrieved from Automind Hub
- Type:
System.Collections.Generic.IEnumerable<ArenaRobotics.Domain.Entities.ServiceQueueItem> - Required
- Type:
Misc
- Timeout: Specifies the amount of time (in milliseconds) to wait for the activity to run before an error is thrown. The default value is 30000 milliseconds (30 seconds).
- Type:
System.Int32
- Type:
Pagination
- Skip: Number of items to skip
- Type:
System.Int32
- Type:
- Top: Max number of items to retrieve
- Type:
System.Int32
- Type:
Details
- Queue Item States can be filtered by the following values:
- New
- InProgress
- Failed
- Successful
- Abandoned
- Retried
- Deleted